Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.448.241 Times

Pod::Html::HtmlTre 0.91

  Date Added: October 05, 2010  |  Visits: 1.000

Pod::Html::HtmlTre

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775 $p->mask_html( 0777 ); # default is 0664 $p->pod_exts ( [ pm , pod ] ); # default is [pm,pod,cgi,pl] # * you can use all arguments same as Pod::Html has except infile and outfile. # * use * 0 * for argument value which does not require to have value. $p->args({ css =>http://localhost/pod.css, index => 0, }); my $files = $p->create; print Dumper ( $files ); This module does same as Pod::Html module but make html tree. Read Pod::Html document for more detail..

Requirements: No special requirements
Platforms: Linux
Keyword: Convert Files Html Htmltre Htmltree Libraries Module P- Perl Module Pod Podhtmlhtmltre Programming
Users rating: 0/10

License: Freeware Size: 3.07 KB
USER REVIEWS
More Reviews or Write Review


POD::HTML::HTMLTRE RELATED
Utilities  -  office Convert Htm/Html to Image Free 6.1
office Convert Htm/Html to Image Jpg/Jpeg Free is a powerful HTML conversion product. It allows you to create previews or thumbnails of web pages in a number of different formats, such as JPG,BMP,GIF,TIF,TGA,RLE,PNG etc. More, it allows you to...
3.21 MB  
Audio Tools  -  DivXripper for Linux 0.1.3
DivXripper is a GPLed program to convert files from MPEG to AVI using the DivX ;-) Codec under the Linux Operating System. It also has a very simple player, but right now it sucks a lot !!
174.08 KB  
Libraries  -  Text::EtText::HTML2EtText 2.2
Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format. SYNOPSIS my $t = new Text::EtText::HTML2EtText; print $t->html2text ($html); or my $t = new Text::EtText::HTML2EtText; print $t->html2text...
143.36 KB  
Development Tools  -  HTML Code Convert for HTML Tools 1.1
HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, and the UNIX Shell. It is particularly useful in CGI scripting.
194.56 KB  
Finance  -  Jhtml2pdf 2011-12-18
Jhtml2pdf is a simple, handy and accessible tool that can run the Command Line Interface, and is able to convert your HTML files into PDFs. Jhtml2pdf was built with the help of the Java programming language and can run on multiple platforms.
 
Windows Software  -  CHM To Exe 1.6.0
CHM To Exe lets you convert Microsoft HTML Help files (.chm) into secure and stand-alone applications (EXE files). With CHM To Exe, open CHM files, explore them, extract all source files and finally create HTML Executable projects in a snap. With...
1.67 MB  
Programming  -  HTML Converter 1.0
HTML Converter is a practical utility for web developers, both of pages and of applications. The program is built with just one aim: save time and effort when you need to insert HTML code into a script file.Thus, with HTML Converter you can...
8 KB  
Libraries  -  Bundle::Colloquy::BotBot2 1.00
Bundle::Colloquy::BotBot2 is a bundle to install all modules required for BotBot2. SYNOPSIS perl -MCPAN -e install Bundle::Colloquy::BotBot2 CONTENTS Colloquy::Bot::Simple - Simple robot interface for Colloquy Colloquy::Data - Read...
6.14 KB  
Utilities  -  YaHP Converter 1.2.17
YaHP Converter is a java library that can convert an HTML document into a PDF document. YaHP is licensed under the LGPL (GNU). Method Summary void convertToPdf(java.lang.String content, IHtmlToPdfTransformer.PageSize size, java.util.List hf,...
29.3 MB  
Programming  -  Exactitude 0.1 Alpha
This project is used to convert files from one format to another, and to provide a measurement of the quality of the output. This uses the concept of perceptual hashing to create a human-like visual comparison of the original and source files.
20.48 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB